home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / gconf / schemas / window-list.schemas < prev    next >
Encoding:
Text File  |  2009-04-17  |  2.7 KB  |  81 lines

  1. <gconfschemafile>
  2.     <schemalist>
  3.       <schema>
  4.         <key>/schemas/apps/window_list_applet/prefs/display_all_workspaces</key>
  5.         <owner>window-list-applet</owner>
  6.         <type>bool</type>
  7.         <default>false</default>
  8.         <gettext_domain>gnome-panel-2.0</gettext_domain>
  9.         <locale name="C">
  10.           <short>Show windows from all workspaces</short>
  11.           <long>
  12.             If true, the window list will show windows from all workspaces.
  13.             Otherwise it will only display windows from the current workspace.
  14.           </long>
  15.         </locale>
  16.       </schema>
  17.  
  18.       <schema>
  19.         <key>/schemas/apps/window_list_applet/prefs/group_windows</key>
  20.         <owner>window-list-applet</owner>
  21.         <type>string</type>
  22.         <default>never</default>
  23.         <gettext_domain>gnome-panel-2.0</gettext_domain>
  24.         <locale name="C">
  25.           <short>When to group windows</short>
  26.           <long>
  27.             Decides when to group windows from the same application on the
  28.             window list. Possible values are "never", "auto" and "always".
  29.           </long>
  30.         </locale>
  31.       </schema>
  32.  
  33.       <schema>
  34.         <key>/schemas/apps/window_list_applet/prefs/move_unminimized_windows</key>
  35.         <owner>window-list-applet</owner>
  36.         <type>bool</type>
  37.         <default>true</default>
  38.         <gettext_domain>gnome-panel-2.0</gettext_domain>
  39.         <locale name="C">
  40.           <short>Move windows to current workspace when unminimized</short>
  41.           <long>
  42.             If true, then when unminimizing a window, move it to the
  43.             current workspace. Otherwise, switch to the workspace of
  44.             the window.
  45.           </long>
  46.         </locale>
  47.       </schema>
  48.  
  49.       <schema>
  50.         <key>/schemas/apps/window_list_applet/prefs/minimum_size</key>
  51.         <owner>window-list-applet</owner>
  52.         <type>int</type>
  53.         <default>50</default>
  54.         <gettext_domain>gnome-panel-2.0</gettext_domain>
  55.         <locale name="C">
  56.           <short>Minimum window list size</short>
  57.           <long>
  58.         The use of this key was deprecated in GNOME 2.20. The schema is
  59.         retained for compatibility with older versions.
  60.           </long>
  61.         </locale>
  62.       </schema>
  63.  
  64.       <schema>
  65.         <key>/schemas/apps/window_list_applet/prefs/maximum_size</key>
  66.         <owner>window-list-applet</owner>
  67.         <type>int</type>
  68.         <default>4096</default>
  69.         <gettext_domain>gnome-panel-2.0</gettext_domain>
  70.         <locale name="C">
  71.           <short>Maximum window list size</short>
  72.           <long>
  73.         The use of this key was deprecated in GNOME 2.20. The schema is
  74.         retained for compatibility with older versions.
  75.          </long>
  76.         </locale>
  77.       </schema>
  78.  
  79.     </schemalist>
  80. </gconfschemafile>
  81.